home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d27
/
nuke2.arc
/
NUKEIT.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1990-08-23
|
196 b
|
9 lines
@echo off
rem be sure to add your paths to safenuke, nuke2 (or nuke2A) and yesman.fil
safenuke %1
if errorlevel 2 goto doit
if errorlevel 1 goto exit
:doit
nuke2 %1 <yesman.fil >nul
:exit